home *** CD-ROM | disk | FTP | other *** search
- # Only install the standard system and language packs.
- tasksel tasksel/first multiselect
- d-i preseed/early_command string . /usr/share/debconf/confmodule; db_get debconf/priority; case $RET in low|medium) db_fset tasksel/first seen false ;; esac
- d-i pkgsel/language-pack-patterns string
- # No language support packages.
- d-i pkgsel/install-language-support boolean false
-